Welcome![Sign In][Sign Up]
Location:
Search - ftp socket

Search list

[Internet-Networkmyserver_c

Description: ftp协议的server端的编写,利用socket编程编写的ftp协议的server端。-ftp protocol server side of the preparation, the use of socket programming prepared by the ftp protocol server-side.
Platform: | Size: 4096 | Author: 闻悦 | Hits:

[Internet-Network09060097.tar

Description: linux下的FTP客户端和服务器源代码 socket编程-linux under the FTP client and server source code for socket programming
Platform: | Size: 443392 | Author: 周乐文 | Hits:

[Otherminiftp

Description: 用SOCKET编程实现mini FTP client / Server功能包括简单地上传和下载文件-SOCKET programming with mini FTP client/Server
Platform: | Size: 2891776 | Author: yhs | Hits:

[OtherBeej_s_Guide

Description: A guide for network programming in Unix. Socket Programming in Unix. Unicasting, multicasting, chatting programs. ftp program in unix.
Platform: | Size: 311296 | Author: vivek.N.K. | Hits:

[Internet-Networkftpserver1

Description: C program for a FTP server Done in Fedora 7(Linux) using Socket Programming
Platform: | Size: 1024 | Author: pagal | Hits:

[Internet-NetworkNetWork

Description: windows 中网络编程 Socket TCP FTP UDP等概念-windows in the network programming concepts such as Socket TCP FTP UDP
Platform: | Size: 28267520 | Author: yisaka | Hits:

[Internet-NetworkFtpClient

Description: Socket Programming, FTP Client source
Platform: | Size: 5120 | Author: soudaniet | Hits:

[Linux-UnixFTP_linux

Description: 本设计实现了ftp的设计,使用了socket网络编程,ftp基于cs模式,包含客户端和服务端,可以实现上传、下载、删除、添加等各种功能,支持断点续传、多用户登陆、错误日志等功能。运行环境是linux,压缩包内含有源代码、使用说明、实验报告等,是学习linux和网络编程的上等材料。-This design enables the design of ftp, using the socket network programming, ftp cs-based model, including client and server, you can achieve upload, download, delete, add other features to support HTTP, multi-user login , error logs and other functions. Operating environment is linux, archive containing source code, instructions, test reports, learn linux and network programming is an excellent material.
Platform: | Size: 5201920 | Author: | Hits:

[Internet-Networksftp

Description: ftp+socket通讯,可以用来做远程升级主站的小程序-ftp+ socket communication, can be used to upgrade the main station for remote applet
Platform: | Size: 107520 | Author: super | Hits:

[Ftp ClientNetworkApp

Description: Windows socket编程的应用层小程序参考 vs2010 发送并接受http请求 ftp上传下载文件 邮件发送接受 Base64编码-Windows socket programming reference for the application layer to send and receive http requests to download files ftp upload Base64 encoding and sending and receiving e-mail
Platform: | Size: 40960 | Author: roy | Hits:

[Ftp ClientthetestofFTP

Description: FTP的实验报告,包含有客户端和服务器的代码,比较使用,利用socket实现的!-FTP lab reports, includes client and server code, compare, using socket implementation!
Platform: | Size: 61440 | Author: 丁丁 | Hits:

[Internet-NetworkLiang_Network_programming_2-5

Description: 这是梁伟《Visual C++网络编程经典案例详解》随书源码(2-5章)。包括的程序有:Socket套接字编程、多线程编程、异步套接字编程、FTP浏览器、网页浏览器。原书所有的源代码文件太大了,只能分成3个资源了。-This is Liang " Visual C++ Network Programming Detailed classic case of" source code with the book (chapters 2-5). The procedures include: Socket socket programming, multithreaded programming, asynchronous socket programming, FTP browser, web browser. All the original source code file is too large, and can only be divided into three resources.
Platform: | Size: 33850368 | Author: | Hits:

[CSharpftpServer

Description: FTP服务器主要功能偶登录管理、目录管理、文件传输,端口号设置获取当前在线用户的IP地址和个数-The FTP server main function accidentally login admin, directory management, file transfer, socket set access to current online user s IP address and number
Platform: | Size: 101376 | Author: 贾飞雪 | Hits:

[CSharpFTP_Socket

Description: FTP 指令庫,能連接 FTP Server 並作上傳、下載等命令-FTP Basic Library
Platform: | Size: 67584 | Author: Johnny | Hits:

[CSharpMenuServer

Description: 用C#写了个点菜系统的服务端,负责编辑菜单的xml文件,然后上传至手持终端,更新其上的菜单信息。兼具socket功能,接收手持终端传来的客人点的菜单信息。这个代码是半成品,里面有FTP操作的类,socket的Server端,TCP形式,还有XML的解析功能及图片的显示。(VS2005环境C#语言编写)-With C# wrote a la carte system, server, responsible for editing the menu' s xml file and uploaded to the handheld terminal, update the menu information. Both the socket function, hand-held terminal to receive guests are coming from the menu information. This code is semi-finished products, there are FTP operation type, socket of the Server side, TCP forms, as well as XML parsing function and image display. (VS2005 environment written in C#)
Platform: | Size: 52224 | Author: 陈旭 | Hits:

[Linux-UnixFTP_socket

Description: 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to complete a file transfer protocol (FTP) simple to achieve. Through this experiment, in-depth understanding of the principles of FTP protocol and protocol details, learn to use simple socket interface design application layer protocol, master TCP/IP network application design and implementation of basic skills. In the Linux system using the socket interface FTP client application, in strict accordance with RFC959, so that clients can connect to the server, and can do some basic FTP operations, such as listing directories, download files. FTP protocol implementation from the perspective of the client and the server' s command channel and data channels are separated.
Platform: | Size: 765952 | Author: gyh | Hits:

[TCP/IP stackNetwork-programmingl

Description: 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDOWS网络编程经典入门 开发WINDOWS SOCKETS通信应用程序的经验与实践 剖析TCP和UDP协议 网络编程 网络协议TCP IP、IPX SPX、NETBEUI简介 用C#实现基于TCP协议网络通讯 用SOCKET发送电子邮件 用VC++ 6.0制作网络自动测试程序 用VC++编制FTP客户端应用程序 用WINSOCK编写网络 通信程序 用套接口实现UDP协议的网络通信 在WINDOWSNT网络中实现电话语音通信 POP3协议的基本命令 -The "network programming comprehensive material" introduction Common network protocol programming How to receive E-mail (POP3 introduction) POP3 encapsulation type POP3 command source code and working principle RFC1939-POP3 Chinese version RFC821-simple mail transfer protocol (SMTP) Chinese version The SMTP protocol original command yards and work principle TCP IP network communication program design TCP IP solutions TCPIP agreement chemical experts real-time communication system Vc++ the SMTP protocol analysis by email WINDOWS SOCKET API use experience WINDOWS network programming classic primer Development WINDOWS SOCKETS communication application experience and practice TCP and UDP protocol analysis Network programming Network protocol TCP IP, IPX the SPX, NETBEUI profile Based on TCP protocol realized with c# network communication Use SOCKET send E-mail With vc++ 6.0 make automatic test program. Network Compiled by vc++ FTP client application With WINSOCK writ
Platform: | Size: 509952 | Author: zhaozm | Hits:

[Ftp ClientMy-FTP-Client(CSocket-P-socket)

Description: My FTP client implement by C++. easy interface with two panel. Very easy to learn.
Platform: | Size: 649216 | Author: ngocgodwar | Hits:

[Internet-Networksocket-file-ftp-for-timeout

Description: Socket 文件传递 超时功能 超过时间关闭套接字-socket file ftp timeout close when itis out
Platform: | Size: 755712 | Author: 赵亮 | Hits:

[Ftp Client20062349Ftp

Description: 多线程的ftp 网络编程 socket编程 通信接口 上传下载工具-Multi-threaded FTP network programming socket programming communication interface upload download tools
Platform: | Size: 2137088 | Author: aiaiyouchou | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »

CodeBus www.codebus.net